home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
51741
/
51741.xpi
/
chrome
/
content
/
lib
/
tabs.js
< prev
next >
Wrap
Text File
|
2010-02-01
|
361b
|
15 lines
(function()
{
//returns the tab context menu
this.tabContextMenu = function()
{
if(!this.getBrowserElement('tabContextMenu'))
return document.getAnonymousElementByAttribute(this.getBrowserElement("content") , "anonid", "tabContextMenu");
else
return this.getBrowserElement('tabContextMenu');
}
return null;
}).apply(metaTitleDescriptionOnTop);